home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_53709.txt < prev    next >
Text File  |  1990-03-19  |  2KB  |  57 lines

  1. -- card: 53709 from stack: in
  2. -- bmap block id: 11282
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: glossary 6
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put word 1 of the short name of this card into maploc
  10.   put word 2 of the short name of this card into cardloc
  11. end closecard
  12.  
  13.  
  14.  
  15. -- part 2 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=428 top=317 right=342 bottom=456
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 18611 / 18611
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: prev
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect scroll right
  30.   if the short name of this card is "F&b 11" then play "music.resource"
  31.   go prev
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part contents for background part 9
  37. ----- text -----
  38. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  39.  
  40. -- part contents for background part 4
  41. ----- text -----
  42. Glossary
  43.  
  44. -- part contents for background part 13
  45. ----- text -----
  46. Pixel
  47.  
  48. -- part contents for background part 11
  49. ----- text -----
  50. glossary6
  51.  
  52. -- part contents for background part 5
  53. ----- text -----
  54.  
  55. Short for picture element. A pixel is a small rectangular division of the computer display screen. The smaller the rectangles, the more pixels there will be and the sharper the picture will appear.
  56.  
  57. With a monochrome video display, a pixel is the visual representation of a single bit in the screen buffer (white if the bit is zero (0), black if it is one (1)). With color or gray-scale video displays, each pixel on the screen may represent several bits.